home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1998 November / Cd users extra 14.iso / prog / inst / mailc / param.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-09-14  |  107 b   |  8 lines

  1. #ifdef WIN32
  2. BOOL CALLBACK
  3. #else
  4. BOOL FAR PASCAL
  5. #endif
  6. ParamDlgProc(HWND, UINT, WPARAM, LPARAM);
  7.  
  8.